ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Point<T> Structure / X Property

In This Topic
    X Property (Point<T>)
    In This Topic
    Gets or sets the x-coordinate of this Point.
    Syntax
    'Declaration
     
    Public Property X As T
    public T X {get; set;}
    See Also